• संकलन प्रावस्था | |
compile: कंपाइल करना | |
phase: दृष्टि पहलू | |
compile phase मीनिंग इन हिंदी
compile phase उदाहरण वाक्य
उदाहरण वाक्य
अधिक: आगे- Code in BEGIN blocks executes at run time but in the compile phase.
- Perl makes important use of its capability to execute Perl code during the compile phase.
- The life of a Perl interpreter divides broadly into a compile phase and a run phase.
- Perl is often in run time during the compile phase and spends most of the run phase in run time.
- Perl makes the unusual choice of giving the user access to its full programming power in its own compile phase.
- Perl is in compile time at most points during the compile phase, but compile time may also be entered during the run phase.
- Because the Perl interpreter can simulate a Turing machine during its compile phase, it would need to decide the halting problem in order to complete parsing in every case.
- Control tables-that do not necessarily ever need to pass through a compiling phase-dictate appropriate algorithmic control flow via customized interpreters in similar fashion to bytecode interpreters.
- Most of what happens in Perl's compile phase is compilation, and most of what happens in Perl's run phase is execution, but there are significant exceptions.
- Once literals have been evaluated, further semantic analysis in the form of constant folding is possible, meaning that literal expressions involving literal values can be evaluated at the compile phase.